home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 2232
- Top = 234
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsNone
- Caption = 'WinGuardian - Unauthorized Shutdown'
- ClientHeight = 411
- ClientWidth = 592
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 63
- Top = 106
- Width = 455
- Height = 24
- Caption = 'WinGuardian Interrupted -- Windows has been locked'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -20
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 48
- Top = 158
- Width = 512
- Height = 24
- Caption = 'Please contact your system administrator to unlock Windows.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -20
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 222
- Top = 219
- Width = 175
- Height = 16
- Caption = 'Enter WinGuardian Password'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object AHMFillBackground1: TAHMFillBackground
- Left = 0
- Top = 0
- Width = 592
- Height = 411
- Background = AHMBackground1
- Align = alClient
- end
- object Button1: TButton
- Left = 264
- Top = 288
- Width = 75
- Height = 25
- Caption = 'Unlock'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 240
- Top = 248
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 160
- Top = 56
- end
- object Timer2: TTimer
- Enabled = False
- Interval = 2000
- OnTimer = Timer2Timer
- Left = 96
- Top = 144
- end
- object NoTask1: TNoTask
- HideForm = False
- Left = 256
- Top = 80
- end
- object Timer3: TTimer
- Interval = 1
- OnTimer = Timer3Timer
- Left = 104
- Top = 248
- end
- object Timer4: TTimer
- Enabled = False
- Interval = 400
- OnTimer = Timer4Timer
- Left = 24
- Top = 96
- end
- object AHMBackground1: TAHMBackground
- Gradient.BeginColor = clWhite
- Gradient.EndColor = clNavy
- Gradient.FillStyle = MiddleHBar
- Gradient.ColorCount = 250
- Left = 432
- Top = 16
- end
- end
-